home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / news / inn1.000 / inn1.4sec-linux-src.tar / inn / syslog / syslog.conf < prev    next >
Text File  |  1993-03-18  |  802b  |  22 lines

  1. ##  $Header: /usr/local/src/inn/syslog/RCS/syslog.conf,v 1.5 1993/03/18 21:05:11 rsalz Exp $
  2. ##  Sample syslog.conf file for folks not used to the new syslog.
  3. ##
  4.  
  5. ##  This matches typical old-style config.  Log everything to a
  6. ##  file and send warnings or worse to root.
  7. *.notice;news.err    /usr/spool/mqueue/syslog
  8. *.alert            root
  9.  
  10. ##  Send critical messages to everyone who is logged in and to the console.
  11. news.crit        *
  12. news.crit        /dev/console
  13.  
  14. ##  Log news messages to separate files.
  15. ##  Note that each level includes all of the above it.
  16. ## =()<news.crit    @<_PATH_MOST_LOGS>@/news.crit>()=
  17. news.crit    /var/log/news/news.crit
  18. ## =()<news.err        @<_PATH_MOST_LOGS>@/news.err>()=
  19. news.err        /var/log/news/news.err
  20. ## =()<news.notice    @<_PATH_MOST_LOGS>@/news.notice>()=
  21. news.notice    /var/log/news/news.notice
  22.